Icon:
With AEAreaOrSourceDialog, your application can integrate a dialog box from which the user can select OPC-A&E event areas or sources:
The MultiSelect property determines whether the dialog allows the user to select multiple nodes as output.
Use the ServerDescriptor property to specify the OPC Alarms&Events server whose items are to be browsed, and call the ShowDialog method. If the result is equal to DialogResult.OK, the user has finished the selection, and information about it can be retrieved.
When the dialog is in single-select mode, you can obtain the information about the selected event area or source from the NodeDescriptor property. When the dialog is in multi-select mode, the information about the selected event areas is in the AreaElements property, and the information about the selected event sources in the SourceElements property; all event areas and nodes are available together in the NodeElements property.
If you want to change the parameters of the client object the component uses to perform its OPC operations, you can use the ClientSelector Property.